Update pipeline to produce zip with binaries + pdbs for addition to GitHub Releases page#310
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Azure Pipelines release flow to emit a single mxc-release-binaries.zip containing per-architecture MXC executables plus symbol files, intended for upload to GitHub Releases as a stopgap until symbol publishing is available.
Changes:
- Enables full release debuginfo in the Rust workspace so CI builds produce symbol artifacts (PDB/DWP).
- Extends per-target build artifacts to include symbol files alongside binaries.
- Adds a new packaging job to bundle all per-arch artifacts into
mxc-release-binaries.zip, while stripping symbols from the npm SDK package.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
src/Cargo.toml |
Enables full debuginfo in release profile to generate symbols suitable for crash-dump analysis. |
.azure-pipelines/templates/Rust.Build.Job.yml |
Copies .pdb / .dwp files into the published per-target pipeline artifacts. |
.azure-pipelines/templates/Package.NpmSdk.Job.yml |
Sets default target artifacts and removes symbol files from the SDK’s packaged bin/ before npm pack. |
.azure-pipelines/templates/Mxc.Binary.Packaging.Job.yml |
New job to download per-arch artifacts and archive them into mxc-release-binaries.zip for release upload. |
.azure-pipelines/1ES.Build.yml |
Wires in the new release-binaries packaging job and relies on template defaults for target lists. |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
…hub.com/microsoft/mxc into user/bbonaby/add-wxc-pdb-to-npm-package
jsidewhite
approved these changes
May 16, 2026
jsidewhite
approved these changes
May 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📖 Description
PR makes our build pipeline produce a
mxc-release-binaries.zipfile that can be added to the github releases page on every release. The pipeline will now also produce pdbs and add it to the zip. This is a stop gap until we have symbol publishing, Although I think we'll keep doing this for folks who want easy access to the symbols.🔗 References
Resolves #309
🔍 Validation
Will confirm artifacts are produced from PR pipeline on success.
✅ Checklist
📋 Issue Type
Microsoft Reviewers: Open in CodeFlow